From: Eli Zaretskii Date: Tue, 4 Mar 2025 15:23:16 +0000 (+0200) Subject: ; * lisp/register.el (register-use-preview): Doc fix (bug#76739). X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~230 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=59fcb2aa1b2a827f1822b3bc2c9024f5a47338e7;p=emacs.git ; * lisp/register.el (register-use-preview): Doc fix (bug#76739). --- diff --git a/lisp/register.el b/lisp/register.el index 31214ae3ba0..b0ee759ec5b 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -146,7 +146,10 @@ all; the preview buffer is still accessible with `help-char' (\\`C-h'). When set to `traditional' (the default), provide a more basic preview according to `register-preview-delay'; this preserves the traditional -behavior of Emacs 29 and before." +behavior of Emacs 29 and before. + +Setting this variable with `setq' has no effect; use either `setopt' +or `customize-option' to change its value." :type '(choice (const :tag "Use preview" t) (const :tag "Use preview and exit by pressing register name" insist)